Nevron.Chart Namespace / NDataSeries<T> Class / FillRandom Method


FillRandom Method
Syntax
'Declaration
 
Public Sub FillRandom( _
   ByVal random As System.Random, _
   ByVal itemCount As System.Integer _
) 
 
'Usage
 
Dim instance As NDataSeries(Of T)
Dim random As System.Random
Dim itemCount As System.Integer
 
instance.FillRandom(random, itemCount)

Parameters

random
itemCount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also